Name | Description | |
---|---|---|
![]() | C1AutoComplete<T> Constructor | Initializes a new instance of the C1AutoComplete<T> class. |
The following tables list the members exposed by C1AutoComplete<T>.
Name | Description | |
---|---|---|
![]() | C1AutoComplete<T> Constructor | Initializes a new instance of the C1AutoComplete<T> class. |
Name | Description | |
---|---|---|
![]() | _background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
![]() ![]() | AutoCompleteModeProperty | Identifies the AutoCompleteMode dependency property. |
![]() ![]() | HighlightStyleProperty | Identifies the HighlightStyle dependency property. |
![]() ![]() | MinLengthProperty | Identifies the MinLength dependency property. |
Name | Description | |
---|---|---|
![]() | AutoComplete | Gets or sets whether the control should try to automatically complete entries using the list of items. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | AutoCompleteMode | Gets or sets the mode that the DropDown uses to display the DropDownView. |
![]() | Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
![]() | BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | ButtonStyle | Gets or sets the style of the button used to toggle the drop-down. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | ChildContent | Gets or sets the content of the drop-down. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | CollapsedButtonIcon | Gets or sets the icon used when the drop-down is collapsed. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | DataCollection | Gets the collection that is bound to the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | Delay | Gets or sets the delay that occurs between the key strokes and the auto-complete. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | DisplayMemberPath | Gets or sets the name of the property to use as the visual representation of the items. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | DropDownBehavior | Gets or sets the drop-down behavior. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | DropDownMode | Gets or sets the mode that the DropDown uses to display the DropDownView. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | DropDownStyle | Gets or sets the style of the drop-down popup. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | EditableHeader | Gets or sets the editable header. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | EditorStyle | Gets or sets the style of the editor used to edit the selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ExpandedButtonIcon | Gets or sets the icon used when the drop-down is expanded. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | Filtering | Event raised when the control is about to apply a filter to the list of items. |
![]() | FilterString | Gets the filter string used to show auto-complete suggestions. |
![]() | FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) |
![]() | Header | Gets or sets the header. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | HighlightStyle | Gets or sets the matched text highlight style. |
![]() | IconStyle | Gets or sets the style of the icon that is placed inside the button used to toggle the drop-down. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsDropDownOpenChanged | This callback is called when the drop-down is opened or closed. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | Items | Gets the items that are shown in the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ItemsSource | Gets or sets the source collection that contains the items to select from. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ItemsSourceChanged | Gets or sets the callback called when the C1ComboBox<T>.ItemsSource property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ItemTemplate | Gets or sets the item template. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ListItemStyle | Gets or sets the style of the items of the list. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ListStyle | Gets or sets the style of the list of items. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | MinLength | Gets or sets the minimum input length to trigger auto-complete suggestions. |
![]() | Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) |
![]() | Placeholder | Gets or sets the placeholder displayed when there is no entered text. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedIndex | Gets or sets the index of the selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedIndexChanged | Gets or sets the callback called when the C1ComboBox<T>.SelectedIndex property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedItem | Gets or sets the current selected item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedItemChanged | Gets or sets the callback called when the C1ComboBox<T>.SelectedItem property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedValue | Gets or sets the value of the SelectedItem, obtained by using ValueMemberPath. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | SelectedValueChanged | Gets or sets the callback called when the C1ComboBox<T>.SelectedValue property has changed. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ShowButton | Gets or sets a value that indicates whether the control should display a dropdown button. (Inherited from C1.Blazor.Input.C1DropDown) |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TabIndex | Gets or sets the value corresponding to the tabindex global attribute. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View) |
![]() | Text | Gets or sets the text of the control. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | ValueMemberPath | Gets or sets the path that is used to get the value from the item. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Sets the focus in the control. (Inherited from C1.Blazor.Input.C1ComboBox<T>) |
![]() | FocusOutAsync | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | SetParametersAsync | (Inherited from C1.Blazor.Input.C1ComboBox<T>) |